From 310b085a404984339d6148dce20a33d8d9bc23ec Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Wed, 18 Jul 2012 22:44:12 +0000 Subject: [PATCH] Fix MSVC warnings for unreached code, C99/C++ inline decls. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4186 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/fatal.c | 6 ++++-- gpsbabel/magproto.c | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gpsbabel/fatal.c b/gpsbabel/fatal.c index df4d5e915..44840c112 100644 --- a/gpsbabel/fatal.c +++ b/gpsbabel/fatal.c @@ -42,9 +42,11 @@ warning(const char* fmt, ...) void debug_print(int level, const char* fmt, ...) { -int i; -for(i=1;i